home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 April / Software of the Month Club 1996 April.iso / pc / os2 / htmlchk / mac / hcsesec.mac < prev    next >
Encoding:
Text File  |  1996-02-21  |  788 b   |  14 lines

  1. /*---------------------------------------------------------------------------*/
  2. /*                                                                           */
  3. /*  hcsESec - This REXX Macro is called when the report finishes a section   */
  4. /*                                                                           */
  5. /*  Valid Variables are:                                                     */
  6. /*      hcTotalBytes    hcDeep                                               */
  7. /*                                                                           */
  8. /*---------------------------------------------------------------------------*/
  9.  
  10.   IF (hcTotalBytes > 0) THEN
  11.     Call RxhcLineOut COPIES(' ', hcDeep * 2) || '---Total Bytes used '|| hcTotalBytes || ' ---'
  12.  
  13. RETURN
  14.